home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17889 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: uxh.cso.uiuc.edu!p-kumar
  2. From: kumar prashant <p-kumar@uxh.cso.uiuc.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: TEMPLATE COMPILATION
  5. Date: Wed, 17 Apr 1996 19:17:27 -0500
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <Pine.CVX.3.91.960417191530.24876B-100000@uxh.cso.uiuc.edu>
  8. NNTP-Posting-Host: uxh.cso.uiuc.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12.  
  13. Hi
  14.  
  15.     I'm compiling a C++ program on an SGI using the CC compiler.
  16. The program uses templates. In templates, a temporary directory is 
  17. created and some map files are copied into the directory.
  18.  
  19.     My program compiles if I do not make an intermediate object file. 
  20. However, if I make an intermediate object file and then link, it gives me 
  21. the following error
  22.  
  23.         CC -xansi   -o tlist -bloadmap:error tlist.o -lm        
  24. CC[ptlink] fatal error: could not move DList__pt__2_i.o --> 
  25. ./ptrepository/DList__pt__2_i.o
  26. *** Error code 1 (bu21)
  27.  
  28. Here ptrepository is a directory created by the compiler itself.
  29.  
  30. Any suggestions ?
  31.  
  32. Thanks 
  33. Prashant
  34.                                   \|||/  
  35.                                  ( O-O ) 
  36. ---*-------------*----------.ooo0--(_)-0ooo.------*------------*-------
  37.  
  38.       PRASHANT KUMAR            URL <http://orion.me.uiuc.edu/~p-kumar>
  39.  
  40. Off : 348 CSRL, Mech & Ind Engg                Res: 203 S.Sixth St.#101
  41.       Urbana, IL 61801                              Champaign, IL 61820
  42.       (217) 333-2850          .oooO                 (217) 398-1232 
  43.                               (   )   Oooo.                     
  44. ---*--------------*------------\ (----(   )-------*------------*-------
  45.                                 \_)    ) /
  46.                                       (_/ 
  47.  
  48.  
  49.